By default allow differences between Xen and XenLinux public headers.
authorKeir Fraser <keir@xensource.com>
Wed, 27 Jun 2007 20:28:19 +0000 (21:28 +0100)
committerKeir Fraser <keir@xensource.com>
Wed, 27 Jun 2007 20:28:19 +0000 (21:28 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
buildconfigs/mk.linux-2.6-xen

index bf5550062bbd5411512a959f06a27dfb62d3a748..a0c69163492320a1de9559c7932933e448e3d99a 100644 (file)
@@ -28,6 +28,11 @@ _build: build
 
 include buildconfigs/src.$(XEN_LINUX_SOURCE)
 
+# Default to allowing interface mismatch
+ifndef XEN_LINUX_ALLOW_INTERFACE_MISMATCH
+XEN_LINUX_ALLOW_INTERFACE_MISMATCH := y
+endif
+
 # The real action starts here!
 .PHONY: build
 build: $(LINUX_DIR)/include/linux/autoconf.h